home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 23
/
Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso
/
Aminet
/
disk
/
misc
/
xfs208b.lha
/
xfs208_beta
/
mount.file
< prev
next >
Wrap
Text File
|
1997-11-09
|
2KB
|
66 lines
/*
* just a simple example of using the file.device
* to access disk image files as filesystems
*/
FILE_DF0:
Device = file.device ; Unit = 0 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 11
Reserved = 2 ; Interleave = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 8000
Priority = 5
GlobVec = -1
DosType = 0x444F5300 /* 'DOS\x00' */
Mount = 1;
#
FILE_DF1:
Device = file.device ; Unit = 1 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 22
Reserved = 2 ; Interleave = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 8000
Priority = 5
GlobVec = -1
DosType = 0x444F5300 /* 'DOS\x00' */
Mount = 1;
#
FILE_A:
/*
FileSystem = L:MSDOSFileSystem
*/
FileSystem = L:CrossDOSFileSystem
Device = file.device ; Unit = 0 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 9
Reserved = 1 ; Interleave = 0; PreAlloc = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 4000
Priority = 5
GlobVec = -1
DosType = 0x4D534400 /* 'MSD\x00' */
Mount = 1;
#
FILE_B:
/*
FileSystem = L:MSDOSFileSystem
*/
FileSystem = L:CrossDOSFileSystem
Device = file.device ; Unit = 1 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 9
Reserved = 1 ; Interleave = 0; PreAlloc = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 4000
Priority = 5
GlobVec = -1
DosType = 0x4D534400 /* 'MSD\x00' */
Mount = 1;
#